-
Notifications
You must be signed in to change notification settings - Fork 7
Improve handling of locales #1138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1138 +/- ##
=========================================
- Coverage 99.4% 99.4% -0.0%
=========================================
Files 252 253 +1
Lines 17208 17292 +84
Branches 1870 1883 +13
=========================================
+ Hits 17091 17174 +83
- Misses 117 118 +1
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Previously we only handled with integer, decimal separator. Now we can insert the thousands separators. I believe we need to add this support to {fmt} and
Closes: #1127